1bashThis demonstrates basic awk usage for extracting specific fields from text.echo -e "hello world\nawk cheatsheet" | awk '{print $2}'external toolsawkfield extraction